home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / udos / dirman / rev_hist.txt < prev    next >
Text File  |  1995-09-04  |  10KB  |  228 lines

  1.  
  2.  
  3.  
  4.                  D I R M A N   R e v i s i o n   H i s t o r y:
  5.  
  6.  
  7.                                   DIRMAN 1.34
  8.  
  9.      Added long filename support for Windows 95.  This necessitated a
  10.      change to the screen layout.  Windows 95 users will not see the short
  11.      command menu on the right hand side of the screen.  This area is now
  12.      used to display the long filenames.  New header and footer lines
  13.      provide relevant information for volume label, current directory,
  14.      number of files, bytes used, bytes free, number of tagged files, and
  15.      total bytes in tagged files.
  16.  
  17.      Stomped on a bug in Windows for Workgroups V3.11 that would prevent
  18.      Dirman from copying a group of tagged files to a networked printer.
  19.      Now you can supply LPT1 (for example) as the target for the tagged
  20.      files and they will be copied to whatever printer is mapped to LPT1.
  21.  
  22.  
  23.                                   DIRMAN 1.31
  24.  
  25.      Added Jump to Filename command.  Hit the <J>ump key and the first
  26.      letter of the filename you want to land on and the cursor is placed on
  27.      the first filename that starts with that letter or the next higher
  28.      letter.  This command is only active when the directory listing is
  29.      sorted by filename in ascending order.
  30.  
  31.      Added option to sort directory listings by their file <A>ttributes.
  32.  
  33.      Added Reverse order sorting of directory listings.  To sort files in
  34.      reverse order hit the <S>ort key and the <R>everse key AND then the
  35.      key for the kind of sorting you want, <F>ilename, <E>xtension, <S>ize,
  36.      <D>ate, or <A>ttribute.
  37.  
  38.      Added visual indication for number of files tagged and the total
  39.      number of bytes in the tagged files.
  40.  
  41.      Added dialog to warn of a pending file overwrite.  If during a <C>opy
  42.      operation the target file already exists, you are given the option to
  43.      abort the copy and preserve the original file, or to continue the
  44.      operation and replace the original with the new file, or cancel the
  45.      operation.  When copying a group of tagged files there is also an
  46.      option to overwrite all of the destination files without additional
  47.      prompts.
  48.  
  49.      Cleaned up a processor intensive section of the main to keep Win 95
  50.      and OS/2 from pegging the processor usage needle at 100% while waiting
  51.      for a key press in registered copies.
  52.  
  53.                                   VIEWMAN 1.31
  54.  
  55.      Increased the maximum number of displayable lines from a fixed value
  56.      of 64,000 to a variable number depending on the amount of free ram
  57.      available.  The table below gives an approximation of the maximum file
  58.      size Viewman can handle for various memory configurations.
  59.  
  60.                         Max DOS   Typ DOS  Older DOS  Shelled Out  Min DOS
  61.      Free Memory Avail  655,360   600,000   500,000     400,000    262,144
  62.      Aprox Max Lines    225,000   198,000   148,000      98,000     29,000
  63.  
  64.  
  65.  
  66.                                   DIRMAN 1.24
  67.  
  68.      Cleaned up all Error message dialog boxes.  Also now allow for the
  69.      user to change and save the color of the Error dialogs.
  70.  
  71.                                   VIEWMAN 1.24
  72.  
  73.      Added <ALT_F> Fuzzy Search command.
  74.  
  75.  
  76.                                   DIRMAN 1.23
  77.  
  78.      Dirman now reports the Volume Label if present for the current drive.
  79.  
  80.      Directory of [VOL LABEL] DRIVE:\[SUBDIR\][SUBDIR\][...]FILESPEC
  81.  
  82.      Where [VOL LABEL] is the Volume label for the current drive, DRIVE is
  83.      the current drive letter, and FILESPEC is the current filespec pattern
  84.      (*.*).
  85.  
  86.                                   VIEWMAN 1.23
  87.  
  88.      Fixed a bug in the print block routine which when printing blocks
  89.      greater than 60Kb could get confused and either print a line twice or
  90.      forget to print it all together.
  91.  
  92.      Added the CTRL_E command EBCDIC filter in Viewman.  This filter makes
  93.      EBCDIC files readable in Viewman.  There may still be three people on
  94.      earth who need this feature, but what the heck now it's in there.
  95.  
  96.      Added jump to <B>ookmark, ALT_B set Bookmark, and CTRL_B clear all
  97.      bookmarks commands.  Viewman now remembers up to 10 bookmarks which
  98.      can be set with the ALT_B set bookmark command or which are set
  99.      automatically as the result of a successful <F>ind or e<X>act find
  100.      command.
  101.  
  102.                                   DIRMAN 1.22
  103.  
  104.      Added <ALT_E> Invoke Editor command to both Dirman and Viewman.
  105.  
  106.      Added <ALT_I> Change default editor to both Dirman and Viewman.
  107.  
  108.      Added <ALT_P> Change default printer to Dirman.
  109.  
  110.      Corrected several compatibility problems encountered in a Windows for
  111.      Workgroups workstation attached to a Windows NT fileserver, including
  112.      handling of INT 24 (Critical Error) error return codes greater than
  113.      20.
  114.  
  115.  
  116.                                   DIRMAN 1.21
  117.  
  118.      Added <E>xecute command to run a program.
  119.  
  120.      Added <ALT_V> command to toggle between 80x25 and 80x50 character
  121.      mode.  This feature has NOT been tested on Hercules, Monochrome, or
  122.      CGA displays, so results are unpredictable.  If you are using one of
  123.      these displays feel free to test this feature at your own risk.
  124.  
  125.  
  126.      Added ability to abort a Copy/Move/Delete Tagged files command when
  127.      the operation fails for any reason.  Previously one had to hit a key
  128.      for every file that was tagged but couldn't be Copy/Move/Deleted. This
  129.      fix allows you to hit the ESC key to abort the rest of the operation.
  130.  
  131.      Added code to display the parent directory as ".." on Novel networked
  132.      volumes.  Previous versions required that the NetWare shell SHOWDOTS
  133.      ON environment variable had to be set by either the user or the
  134.      network administrator.
  135.  
  136.      Added the ability to rename sub directories.  Uses the same command as
  137.      <R>ename files.
  138.  
  139.      Added the option to <P>rint a listing of the current directory.
  140.  
  141.      Added the <ALT_S> command to provide for customization of color
  142.      schemes and other default settings.
  143.  
  144.      Changed the name of the environment variable that the UNZIP functions
  145.      look for from "DIRMAN" (which everyone had to create and add to their
  146.      autoexec.bat) to "TEMP" (which many people have already set up in
  147.      their autoexec.bat).  Don't know what I was thinking when I wrote the
  148.      original code.
  149.  
  150.                                   VIEWMAN 1.21
  151.  
  152.      Added <J>ump to line number command.
  153.  
  154.      Fixed bug in <C>opy to Windows Clipboard command that would confuse
  155.      some Windows applications (Notepad for one) where an end of line was.
  156.      Viewman now supplies a CR/LF pair to the clipboard to mark the end of
  157.      a line.
  158.  
  159.      Added <ALT_V> command to toggle between 80x25 and 80x50 character
  160.      mode.
  161.  
  162.      Added <T>urbo option to Auto Scroll up/down <ALT_U>/<ALT_D> feature.
  163.  
  164.      Added the <ALT_S> command to provide for customization of color
  165.      schemes and other default settings.
  166.  
  167.                                   DIRMAN 1.13
  168.  
  169.      Squashed bug in <C>opy tagged files when the target was a only drive
  170.      letter and a colon.  Older versions would complain they could not
  171.      create the new file and caused an undue instances of chest tightening.
  172.      Now the new file is created in the root directory of the target drive,
  173.      which is probably what you wanted in the first place.
  174.  
  175.      The directory listing now show the file sizes formatted with commas.
  176.      Most people find it easier to read numbers formatted like 12,078,459
  177.      rather than 12078459.
  178.  
  179.      Added the filespec pattern to the top line of the screen which now is
  180.      formatted like:
  181.           Directory of DRIVE:\[SUBDIR\][SUBDIR\][...]FILESPEC
  182.      where DRIVE is the current drive letter and FILESPEC is the current
  183.      filespec pattern (*.*).
  184.  
  185.  
  186.      Crushed a bug in the <R>ename command when the file you want to rename
  187.      is in the root directory.  Hopefully the acid level in YOUR stomach
  188.      never increased to critical levels.
  189.  
  190.      Mangled, stomped, mashed, and finally incinerated a bug in "change dir
  191.      express" <ALT_C>.  It would display "NO FILES FOUND" on rare occasions
  192.      when changing to a sub directory from the root directory just after
  193.      doing a dri<V>e change.  Sheesh!!!
  194.  
  195.                                   VIEWMAN 1.13
  196.  
  197.      Added a new option, define record <L>ength to make easier to view
  198.      files with fixed record lengths, but do not contain carriage return or
  199.      line feed characters as record terminators.
  200.  
  201.      Added the <A>ppend binary command.
  202.  
  203.      Murdered a bug in <E>nd a block command when last line of the file was
  204.      above the last line of the screen.
  205.  
  206.      Exterminated a bug when viewing a <Z>ip Directory and no amount
  207.      bashing the decompress and view <Z>ipped file key would produce the
  208.      desired result.  This bug only appeared when there was a Dirman
  209.      environment variable set.
  210.  
  211.      Allow for Scroll Down 1 line to scroll the last line of the file to
  212.      the top of the display.  Now the <S>tart a block command can set the
  213.      start block marker to any line in the file.
  214.  
  215.      Added a commands to display record <N>umbers and to start the record
  216.      numbering at some arbitrary value <ALT_N>.  These commands come in
  217.      handy when working with data base type files.
  218.  
  219.      Fixed a bug in the <P>rint block option when the length of the block
  220.      was greater than 64Kb.  Also changed the way <P>rint block handles
  221.      line length when the output has been redirected to a file with the
  222.      <ALT_P> command.  Formerly this command truncated the width output to
  223.      whatever the width of the screen was.  This is still the case when
  224.      printing to a printer.  In this version when the output goes to a file
  225.      the line length is NOT truncated, making this command similar the dump
  226.      command but filtering IS performed on the output.  Tabs are expanded
  227.      to spaces, unprintable characters are converted to (.) dots, carriage
  228.      return-line feed pairs are added to each line, etc.